ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellContentChangingEventArgs Class / RegisterUpdateCallback Method / RegisterUpdateCallback(Int32,TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) Method

In This Topic
    RegisterUpdateCallback(Int32,TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) Method
    In This Topic
    Registers the event handler to be called again during the specified phase.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RegisterUpdateCallback( _
       ByVal phase As Integer, _
       ByVal callback As TypedEventHandler(Of C1FlexGrid,CellContentChangingEventArgs) _
    ) 

    Parameters

    phase
    callback
    See Also